'Declaration Public Function New( _ ByVal execute As Action, _ ByVal canExecute As Func(Of Boolean) _ )
'Usage Dim execute As Action Dim canExecute As Func(Of Boolean) Dim instance As New RelayCommand(execute, canExecute)
public RelayCommand( Action execute, Func<bool> canExecute )
Parameters
- execute
- canExecute